body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei", "微软雅黑";
  overflow-x: hidden;
}
ul,
ol {
  list-style: none;
}
img,
fieldset {
  vertical-align: middle;
  border: 0;
}
a:link {
  text-decoration: none;
}
/* 未访问时的状态 */
a:visited {
  text-decoration: none;
}
/* 已访问过的状态 */
a:hover {
  text-decoration: none;
}
/* 鼠标移动到链接上时的状态 */
a:active {
  text-decoration: none;
}
/* 鼠标按下去时的状态 */
.container {
  width: 1200px;
  margin: 0 auto;
}
header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
}
header .top {
  height: 25px;
  line-height: 25px;
  background: #f5f5f5;
  color: #888686;
}
header .top span{
  float: right;
  font-weight: bold;
  color: #f44;
  font-size: 12px;
}
header .bottom {
	background-color: #fff;
}
header .bottom .logo {
  padding: 35px 0;
  width: 280px;
  display: inline-block;
}
header .bottom .logo img {
  width: 100%;
}
header .bottom .nav {
  display: inline-block;
  width: 920px;
  overflow: hidden;
  float: right;
}
header .bottom .nav nav {
  float: right;
}
header .bottom .nav li {
  float: left;
  height: 115px;
  line-height: 120px;
  margin-right: 70px;
}
header .bottom .nav li:last-of-type {
  margin-right: 0;
}
header .bottom .nav li a {
  padding: 49px 0;
  color: #484848;
}
header .bottom .nav li a.active {
  color: #45b4bd;
  border-top: 2px solid #45b4bd;
}
.banner {
  width: 100%;
  position: relative;
  margin-top: 139px;
}
.banner img {
  width: 100%;
}
.banner .hd {
  position: absolute;
  width: 100%;
  bottom: 40px;
  height: 25px;
}
.banner .hd .container {
  position: relative;
  height: 30px;
}
.banner .hd .container ul {
  position: absolute;
  left: 0;
}
.banner .hd li {
  width: 22px;
  height: 22px;
  border-radius: 15px;
  margin-right: 15px;
  border: 2px solid #fff;
  float: left;
  cursor: pointer;
}
.banner .hd li.on {
  background-color: #45b4bd;
}
.indextitle {
  text-align: center;
  padding: 15px 0;
}
.indextitle h3 {
  color: #727272;
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: normal;
}
.indextitle span {
  color: #ababab;
  font-size: 30px;
}
.bservice {
  overflow: hidden;
  z-index: 999;
position: relative;
}
.bservice .newsab {
  overflow: hidden;
  margin-top: 20px;
}
.bservice .newsab h3.title {
  font-size: 25px;
  padding: 15px 0;
  font-weight: normal;
  color: #5ebdc1;
}
.bservice .newsab .lnews {
  width: 410px;
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
border-right: 1px solid #ccc;
padding-right: 30px;
}
.bservice .newsab .lnews .list ul{
  padding: 0 16px !important;
}
.bservice .newsab .lnews li {
  position: relative;
  list-style-type: square;
  padding: 10px 0;
}
.bservice .newsab .lnews li a {
  color: #484848;
}
.bservice .newsab .lnews li a:hover {
  color: #fc5e56;
}
.bservice .newsab .lnews li .ntitle {
  width: 290px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bservice .newsab .lnews li .time {
  position: absolute;
  width: 70px;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  right: 0;
  font-size: 12px;
  color: #666;
}
.bservice .newsab .intro {
  width: 700px;
  display: inline-block;
  vertical-align: top;
}
.bservice .newsab .intro .text {
  color: #868787;
  line-height: 2;
  height: 200px;
  overflow: hidden;
}
.bservice .newsab .intro .more {
  color: #fc5e56;
  display: block;
  margin-top: 35px;
}
.bigimg {
  position: relative;
  height: 440px;
  background: url('../img/1.jpg') no-repeat center;
  z-index: 99;
margin-top: -110px;
}
.bigimg .container {
  position: relative;
  height: 440px;
}
.bigimg .text {
  width: 777px;
  bottom: 50px;
  right: 0;
  position: absolute;
}
.bigimg .text h3 {
  color: #ffffff;
  font-size: 28px;
  padding: 15px 0;
}
.bigimg .text h3 span {
  color: #fff551;
}
.bigimg .text p {
  color: #f1eeee;
  line-height: 2;
  font-size: 22px;
}
.indexpro {
  background: #f3f3f3;
  padding-bottom: 30px;
  overflow: hidden;
}
.indexpro .proshow li {
  float: left;
  width: 284px;
  height: 344px;
  margin-right: 18px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  position: relative;
  overflow: hidden;
}
.indexpro .proshow li:last-of-type {
  margin-right: 0;
}
.indexpro .proshow li a {
  display: block;
}
.indexpro .proshow li img {
  width: 284px;
  height: 284px;
}
.indexpro .proshow li p.name {
  position: absolute;
  width: 100%;
  bottom: 15px;
  color: #8c8c8c;
  text-align: center;
}
.indexpro .proshow li:hover .description {
  bottom: 0;
}
.indexpro .proshow li .description {
  position: absolute;
  width: 100%;
  height: 250px;
  background-color: rgba(66, 184, 188, 0.94);
  border: solid 1px rgba(238, 238, 238, 0.94);
  opacity: 0.94;
  bottom: -260px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.indexpro .proshow li .description .pname {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding: 20px 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexpro .proshow li .description p {
  color: #fff;
  font-size: 12px;
  line-height: 2;
  padding: 0 20px;
  max-height: 120px;
  overflow: hidden;
}
.indexpro .proshow li .description .more {
  color: #fff;
  font-size: 12px;
  padding: 0 20px;
  margin-top: 15px;
}
.development {
  overflow: hidden;
}
.development .devimg {
  position: relative;
}
.development .devimg li {
  width: 294px;
  height: 278px;
  margin-right: 8px;
}
.development .devimg li img{
  width: 100%;
  height: 100%;
}
.development .devimg span {
  width: 35px;
  height: 55px;
  background-color: #42b8bc;
  display: block;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 30px;
  position: absolute;
}
.development .devimg span.prev {
  bottom: 100px;
}
.development .devimg span.next {
  bottom: 100px;
  right: 0;
}
.honor {
  overflow: hidden;
  padding-bottom: 30px;
}
.honor .honorimg {
  overflow: hidden;
  position: relative;
}
.honor .honorimg span {
  width: 35px;
  height: 55px;
  background-color: #42b8bc;
  display: block;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 110px;
  cursor: pointer;
}
.honor .honorimg span.next {
  right: 0;
}
.honor .honorimg .item {
  width: 276px;
  height: 329px;
  float: left;
  background-color: #419fd2;
  border: solid 1px #e5e5e5;
  margin-right: 28px;
}
/*.honor .honorimg .item:nth-of-type(4n) {
  margin-right: 0;
}*/
.honor .honorimg .item .imgbox {
  width: 276px;
  height: 275px;
  line-height: 275px;
  background-color: #eeeeee;
  text-align: center;
}
.honor .honorimg .item .imgbox img {
  width: 260px;
  height: 245px;
}
.honor .honorimg .item .text {
  padding: 0 15px;
  text-align: center;
}
.honor .honorimg .item .text h3 {
  color: #ffffff;
  font-size: 20px;
  padding: 15px 0;
}
.honor .honorimg .item .text p {
  color: #f4f3f3;
  font-size: 12px;
  line-height: 2;
}
.honor .honorimg .item .text a {
  color: #f0eeee;
  font-size: 16px;
  float: right;
  display: block;
}
.flink {
  height: 50px;
}
.flink .fl {
  float: left;
  margin-top: 15px;
  margin-right: 20px;
}
.flink ul {
  overflow: hidden;
}
.flink li {
  float: left;
  line-height: 50px;
  margin-left: 15px;
}
.flink li a {
  color: #666;
}
footer .top {
  background: #43b3bf;
  position: relative;
}
footer .top .left {
  display: inline-block;
  color: #fff;
  padding: 15px;
  float: left;
}
footer .top .left .title {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 10px;
}
footer .top .left p:not(.title) {
  font-size: 12px;
  line-height: 2.5;
}

footer .top .flogo {
  display: inline-block;
  position: absolute;
  left: 48%;
}
footer .top .right {
  float: right;
  margin-top: 40px;
}
footer .top .right span {
  width: 15px;
  display: inline-block;
  color: #fff;
}
footer .box {
  overflow: hidden;
}
footer .bottom {
  background: #3ca3ae;
  height: 42px;
  line-height: 42px;
  color: #fff;
}
footer .bottom .copy a{
  color: #fff;
}
footer .bottom .right {
  float: right;
}
footer .bottom .right a {
  color: #fff;
}
footer .bottom .copy {
  text-align: right;
  color: #fff;
  font-size: 12px;
  float: left;
}
footer .bottom .support {
  text-align: right;
  color: #fff;
  font-size: 12px;
}
footer .bottom .support a {
  color: #fff;
}
.path {
  position: relative;
  width: 100%;
  background: #109285;
  height: 45px;
  line-height: 45px;
  z-index: 99;
}
.path a {
  display: inline-block;
  vertical-align: middle;
}
.path .home {
  width: 45px;
  height: 47px;
  background-image: url('../img/sy.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  vertical-align: bottom;
}
.path .second {
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
.atitle {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.atitle h3 {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #45b4bd;
  border-left: 1px solid #45b4bd;
  color: #535351;
  font-size: 24px;
}
.atitle p {
  color: #999a9a;
  font-size: 14px;
  padding: 15px 0;
}
